Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1SelectionManager<T> Class
The type of the items the C1SelectionManager will handle.
Members

In This Topic
    C1SelectionManager<T> Class
    In This Topic
    Provides basic logic to handle item selection using different selection modes.
    Object Model
    C1SelectionManager<T> Class
    Syntax
    'Declaration
     
    
    Public Class C1SelectionManager(Of T) 
    public class C1SelectionManager<T> 
    Type Parameters
    T
    The type of the items the C1SelectionManager will handle.
    Inheritance Hierarchy

    System.Object
       C1.Silverlight.C1SelectionManager<T>

    See Also